LassoScript Utility
Basics Browse Detail

[Image->SetColorSpace]

Tag Link [Image->SetColorSpace] Category Image
Type Member Source Available No
Support Preferred Version 8.5.5
Change New Data Source Any
Output Type None Security None
Implementation Internal Sets Lasso 8.5

Description

[Image->SetColorSpace] will set the color space of an image. The tag takes one parameter which should be -RGB, -CMYK, or -Gray.

Syntax

[$myImage->(SetColorSpace: -RGB)]

Parameters

Optional Parameters
-RGB Sets the color space of the image to RGB.
-CMYK Sets the color space of the image to CMYK.
-Gray Sets the color space of the image to grayscale.

Change Notes

This tag was added in Lasso 8.5.5.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.